.strong-text {
  font-weight: 800;
}

.codes-left-tag-width {
  width: 250px;
}

.info-text {
  color: #EE620E;
}

.info-tag {
  color: white;
  background-color: #EE620E;
}

.icon-sm {
  width: 30px;
  height: 30px;
}

.icon-m {
  width: 40px;
  height: 40px;
}

.green-bckg {
  background-color: #8ED41E !important;
  border-color: #8ED41E !important;
}

.blue-bckg {
  background-color: #1D6AC1ff !important;
  border-color: #1D6AC1ff !important;
}

.action-button {
  color: white;
  margin-top: 10px;
}

.qr-row {
  display: flex;
  flex-direction: row;
}

.qr-row-space-between {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.qr-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.qr-row-justify-end {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.qr-col {
  display: flex;
  flex-direction: column;
}

.qr-col-content-end {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.shadow {
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1), 
  -2px 0 10px rgba(0, 0, 0, 0.1), 
  0 0 0 rgba(0, 0, 0, 1), 
  0 5px 4px rgba(0, 0, 0, 0.1); /* Bottom shadow */
}

.pane {
  height: 40px;
  padding: 5px;
}

.link {
  text-decoration: underline;
  color: #7E7E7E;
}

.link:hover {
  color: #EE620E;
}

.link-no-decor:hover {
  text-decoration: underline;
  color: #EE620E;
}

.no-decor:hover {
  text-decoration: none;
  color: white;
}

.no-decor {
  text-decoration: none;
}

.search-icon {
  height: 20px;
}

.codes-left {
  max-width: fit-content;
  padding: 5px;
}

.qr-card-icon-text {
  color: #7E7E7E;
  font-size: 12px;
}

.qr-card-icon-text-title {
  font-size: 15px;
  color: #7E7E7E;
  margin-top: 10px;
  font-weight: bold;
}

.qr-card-icon-text-input {
  font-size: 15px;
  color: #7E7E7E;
  font-weight: bold;
}

.qr-card-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.qr-card-icon-title {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-top: 10px;
  cursor: pointer;
}

.qr-card-icon-input {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-top: 10px;
  cursor: pointer;
}

.qr-card-icon-title:hover {
  transform: scale(1.1,1.1)
}

.qr-card-icon-title:active {
  transform: scale(1,1)
}

.qr-row-end {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.end {
  display: flex;
  justify-content: end;
}

.start {
  display: flex;
  justify-content: start
}

.swal2-container *:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .md-center {
    justify-content: center;
  }

  .qr-row {
    flex-direction: column;
  }
}
